platform/graphql_generator/example/main.g.dart

17 lines
492 B
Dart
Raw Normal View History

2019-04-18 15:23:12 +00:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'main.dart';
// **************************************************************************
// _GraphQLGenerator
// **************************************************************************
2019-04-25 09:55:23 +00:00
/// Auto-generated from [TodoItem].
final GraphQLObjectType todoItemGraphQLType = objectType('TodoItem',
2019-04-18 15:23:12 +00:00
isInterface: false,
interfaces: [],
fields: [
field('text', graphQLString),
field('isComplete', graphQLBoolean)
]);