Documentation
¶
Index ¶
- Constants
- func BuildClientSchema(ctx context.Context, endpoint string, withoutBuiltins bool) (string, error)
- func BuildClientSchemaWithHeaders(ctx context.Context, endpoint string, headers http.Header, ...) (string, error)
- func BuildClientSchemaWithOptions(ctx context.Context, options BuildClientSchemaOptions) (string, error)
- type BuildClientSchemaOptions
Constants ¶
View Source
const ( NON_NULL introspectionTypeKind = "NON_NULL" LIST introspectionTypeKind = "LIST" OBJECT introspectionTypeKind = "OBJECT" )
Variables ¶
This section is empty.
Functions ¶
func BuildClientSchema ¶
func BuildClientSchemaWithOptions ¶
func BuildClientSchemaWithOptions(ctx context.Context, options BuildClientSchemaOptions) (string, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.