16 lines
480 B
Dart
16 lines
480 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'main.dart';
|
|
|
|
// **************************************************************************
|
|
// _GraphQLGenerator
|
|
// **************************************************************************
|
|
|
|
/// Auto-generated from [Todo].
|
|
final GraphQLObjectType todoGraphQLType = objectType('Todo',
|
|
isInterface: false,
|
|
interfaces: [],
|
|
fields: [
|
|
field('text', graphQLString),
|
|
field('isComplete', graphQLBoolean)
|
|
]);
|