Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Class and Description |
---|---|
class |
FetchSchemaDirectiveWiring
This adds ' @fetch(from : "otherName") ' support so you can rename what property is read for a given field
|
Modifier and Type | Method and Description |
---|---|
default SchemaDirectiveWiring |
WiringFactory.getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
Map<String,SchemaDirectiveWiring> |
RuntimeWiring.getDirectiveWiring() |
Modifier and Type | Method and Description |
---|---|
RuntimeWiring.Builder |
RuntimeWiring.Builder.directive(String directiveName,
SchemaDirectiveWiring schemaDirectiveWiring)
This provides the wiring code for a named directive.
|
Copyright © 2019. All rights reserved.