Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/simple_graphql_client_gen/lib/query_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ClassDeclaration _graphQLTypeQueryClass(
Field(
name: 'extra__',
documentationComments:
'フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases',
'フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases',
type: wellknown_type.IMap(
wellknown_type.String,
TypeNormal(name: _fieldAbstractClassName(type.name)),
Expand Down
20 changes: 10 additions & 10 deletions packages/simple_graphql_client_gen/test/graphql/query.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class Query implements query_string.GraphQLRootObject {
/// IDからアカウントもしくはノートを取得
final Query_union? union;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, Query_Field> extra__;

/// `Query` を複製する
Expand Down Expand Up @@ -477,7 +477,7 @@ final class Account implements query_string.GraphQLObjectType {
/// 名前
final Account_name? name;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, Account_Field> extra__;

/// `Account` を複製する
Expand Down Expand Up @@ -796,7 +796,7 @@ final class Note implements query_string.GraphQLObjectType {
/// 子ノート
final Note_subNotes? subNotes;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, Note_Field> extra__;

/// `Note` を複製する
Expand Down Expand Up @@ -1025,7 +1025,7 @@ final class Mutation implements query_string.GraphQLRootObject {
/// サーバーでの現在時刻を取得する
final Mutation_now? now;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, Mutation_Field> extra__;

/// `Mutation` を複製する
Expand Down Expand Up @@ -1203,7 +1203,7 @@ final class GraphQL__Schema implements query_string.GraphQLObjectType {
/// A list of all directives supported by this server.
final GraphQL__Schema_directives? directives;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, GraphQL__Schema_Field> extra__;

/// `GraphQL__Schema` を複製する
Expand Down Expand Up @@ -1789,7 +1789,7 @@ final class GraphQL__Type implements query_string.GraphQLObjectType {

final GraphQL__Type_ofType? ofType;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, GraphQL__Type_Field> extra__;

/// `GraphQL__Type` を複製する
Expand Down Expand Up @@ -2727,7 +2727,7 @@ final class GraphQL__Field implements query_string.GraphQLObjectType {

final GraphQL__Field_deprecationReason? deprecationReason;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, GraphQL__Field_Field> extra__;

/// `GraphQL__Field` を複製する
Expand Down Expand Up @@ -3265,7 +3265,7 @@ final class GraphQL__InputValue implements query_string.GraphQLObjectType {

final GraphQL__InputValue_deprecationReason? deprecationReason;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, GraphQL__InputValue_Field> extra__;

/// `GraphQL__InputValue` を複製する
Expand Down Expand Up @@ -3746,7 +3746,7 @@ final class GraphQL__EnumValue implements query_string.GraphQLObjectType {

final GraphQL__EnumValue_deprecationReason? deprecationReason;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, GraphQL__EnumValue_Field> extra__;

/// `GraphQL__EnumValue` を複製する
Expand Down Expand Up @@ -4094,7 +4094,7 @@ final class GraphQL__Directive implements query_string.GraphQLObjectType {

final GraphQL__Directive_args? args;

/// フィールド名を変更する場合などに使う 未実装 https://graphql.org/learn/queries/#aliases
/// フィールド名を変更する場合などに使う https://graphql.org/learn/queries/#aliases
final IMap<String, GraphQL__Directive_Field> extra__;

/// `GraphQL__Directive` を複製する
Expand Down