Package ch.brix.gql.client


package ch.brix.gql.client
  • Class
    Description
    Base for argument builders.
    Call<T>
    Call to GraphQL API.
    Base for call builders.
    Used to modify package private 'call' field that should not be made public.
    Base for GraphQL clients.
    Used to specify the default values for fields.
    Deserializer for GraphQL responses.
    Used to specify the actual type of generic types.
    Base for input objects.
    Base for field selections and calls
    Used to specify possible types for unions and interfaces.
    Only used to serialize the query to get the JSON in the correct format.
    Base for scalars
    GraphQL request serializer.
    Base for type builders.
    The type registry's main purpose is to avoid Class.forName().