ReviewFragment top-level constant

FragmentDefinitionNode const ReviewFragment

Implementation

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