Package io.smallrye.graphql.api
package io.smallrye.graphql.api
-
ClassDescriptionAdapter<From,
To> Adapter definition that allow adapting objects to and from each otherAllows users to map a certain field or class to a scalar type
This is an experimental feature that might move to the spec.Allow adapting objects using an Adapter class
This is an experimental feature that might move to the spec.Holing context for the current request There are two parts to this.The initial request, that can be a aggregation of requests, and the current execution context.Help to parse the variablesA base class for all CustomScalars that are based on GraphQL's Float.A base class for all CustomScalars that are based on GraphQL's Int.Allows for definition of custom graphql scalars.A base class for all CustomScalars that are based on GraphQL's String.Annotations annotated as Directive become visible in the GraphQL Schema.The locations, where a specificDirectiveis allowed to be put.Entry<K,V> An Entry POJO to support mapsTo add you own GraphQL errorextensionfields, you can add your own implementations of this class via theServiceLoadermechanism.directive @oneOf on INPUT_OBJECTScalars supported in the spec to be used in ToScalar mappingSpecifies that the annotated method provides the implementation (ie.Deprecated.Use AdaptToScalar