You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema {
query: QueryWithDocumentation
}
"Query Documentation."typeQueryWithDocumentation {
"Foo Documentation-"foo("Bar Documentation."bar: String): String
}
"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."scalarString
The text was updated successfully, but these errors were encountered:
It appears when using
Schema.Create
that the optionUseXmlDocumentation
is not respected, usingSchemaBuilder.New
however it is.An example test shows the documentation being created:
gives the following snapshot
The text was updated successfully, but these errors were encountered: