G Q L Document
data class GQLDocument(definitions: List<GQLDefinition>, filePath: String?) : GQLNode
Content copied to clipboard
The top level node in a GraphQL document. This can be a schema document or an executable document (or something else if need be)
See parseAsGQLDocument for how to obtain a GQLDocument.
Constructors
GQLDocument
Link copied to clipboard
Types
Functions
copyWithNewChildrenInternal
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
writeInternal
Link copied to clipboard
Properties
children
Link copied to clipboard
definitions
Link copied to clipboard
sourceLocation
Link copied to clipboard
Extensions
validateAsExecutable
Link copied to clipboard
@ApolloExperimental()
Content copied to clipboard
validateAsSchema
Link copied to clipboard
@ApolloExperimental()
Content copied to clipboard
withApolloDefinitions
Link copied to clipboard
withBuiltinDefinitions
Link copied to clipboard
withBuiltinDirectives
Link copied to clipboard
withoutBuiltinDefinitions
Link copied to clipboard
withoutBuiltinDirectives
Link copied to clipboard