part of graphql_schema.src.schema; class GraphQLFieldArgument { final String name; final GraphQLType type; final Value defaultValue; GraphQLFieldArgument(this.name, this.type, {this.defaultValue}); }