platform/example_star_wars/lib/src/models/episode.dart

10 lines
191 B
Dart
Raw Normal View History

2018-08-04 15:12:26 +00:00
import 'package:graphql_schema/graphql_schema.dart';
@GraphQLDocumentation(
description: 'The episodes of the Star Wars original trilogy.')
enum Episode {
NEWHOPE,
EMPIRE,
JEDI,
}