4e69153e3e
git-subtree-dir: packages/graphql git-subtree-mainline:ac29392d7f
git-subtree-split:33e2f86ba7
16 lines
492 B
Dart
16 lines
492 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'main.dart';
|
|
|
|
// **************************************************************************
|
|
// _GraphQLGenerator
|
|
// **************************************************************************
|
|
|
|
/// Auto-generated from [TodoItem].
|
|
final GraphQLObjectType todoItemGraphQLType = objectType('TodoItem',
|
|
isInterface: false,
|
|
interfaces: [],
|
|
fields: [
|
|
field('text', graphQLString),
|
|
field('isComplete', graphQLBoolean)
|
|
]);
|