DroidFragment top-level constant

FragmentDefinitionNode const DroidFragment

Implementation

const DroidFragment = _i1.FragmentDefinitionNode(
    name: _i1.NameNode(value: 'DroidFragment'),
    typeCondition: _i1.TypeConditionNode(
        on: _i1.NamedTypeNode(
            name: _i1.NameNode(value: 'Droid'), isNonNull: false)),
    directives: [],
    selectionSet: _i1.SelectionSetNode(selections: [
      _i1.FieldNode(
          name: _i1.NameNode(value: 'primaryFunction'),
          alias: null,
          arguments: [],
          directives: [],
          selectionSet: null)
    ]));