Class Hierarchy
- java.lang.Object
- com.predic8.membrane.core.graphql.model.Argument
- com.predic8.membrane.core.graphql.model.BooleanValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.Directive
- com.predic8.membrane.core.graphql.model.DirectiveDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.DirectiveLocation
- com.predic8.membrane.core.graphql.model.ExecutableDirectiveLocation
- com.predic8.membrane.core.graphql.model.TypeSystemDirectiveLocation
- com.predic8.membrane.core.graphql.model.EnumTypeDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.EnumValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.EnumValueDefinition
- com.predic8.membrane.core.graphql.model.ExecutableDefinition (implements com.predic8.membrane.core.graphql.model.Definition)
- com.predic8.membrane.core.graphql.model.FragmentDefinition
- com.predic8.membrane.core.graphql.model.OperationDefinition
- com.predic8.membrane.core.graphql.model.ExecutableDocument
- com.predic8.membrane.core.graphql.model.FieldDefinition
- com.predic8.membrane.core.graphql.model.FloatValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.InputObjectTypeDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.InputValueDefinition
- com.predic8.membrane.core.graphql.model.InterfaceTypeDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.IntValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.ListValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.NullValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.ObjectField
- com.predic8.membrane.core.graphql.model.ObjectTypeDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.ObjectValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.OperationType
- com.predic8.membrane.core.graphql.model.RootOperationTypeDefinition
- com.predic8.membrane.core.graphql.model.ScalarTypeDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.SchemaDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.Selection
- com.predic8.membrane.core.graphql.model.Field
- com.predic8.membrane.core.graphql.model.FragmentSpread
- com.predic8.membrane.core.graphql.model.InlineFragment
- com.predic8.membrane.core.graphql.model.StringValue (implements com.predic8.membrane.core.graphql.model.Value)
- com.predic8.membrane.core.graphql.model.Type
- com.predic8.membrane.core.graphql.model.TypeSystemDocument
- com.predic8.membrane.core.graphql.model.UnionTypeDefinition (implements com.predic8.membrane.core.graphql.model.TypeSystemDefinition)
- com.predic8.membrane.core.graphql.model.Variable
- com.predic8.membrane.core.graphql.model.VariableDefinition
Interface Hierarchy
- com.predic8.membrane.core.graphql.model.Definition
- com.predic8.membrane.core.graphql.model.TypeSystemDefinition
- com.predic8.membrane.core.graphql.model.Value