All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download graphql-java-annotations JAR 21.1 with all dependencies


Annotations-based syntax for GraphQL schema definition

Files of the artifact graphql-java-annotations version 21.1 from the group io.github.graphql-java.

Artifact graphql-java-annotations
Group io.github.graphql-java
Version 21.1
Last update 16. October 2023
Tags: schema based annotations syntax definition graphql
Organization not specified
URL https://github.com/graphql-java/graphql-java-annotations
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies validation-api, graphql-java,
There are maybe transitive dependencies!
There is a newer version: 21.5
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of graphql-java-annotations Show documentation

Please rate this JAR file. Is it a good library?

2 downloads

Source code of graphql-java-annotations version 21.1

META-INF
META-INF.META-INF.MANIFEST.MF
graphql.annotations
graphql.annotations.graphql.annotations.AnnotationsSchemaCreator
graphql.annotations.annotationTypes
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLConstructor
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLDataFetcher
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLDefaultValue
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLDeprecate
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLDescription
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLField
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLID
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLInvokeDetached
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLMutation
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLName
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLNonNull
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLPrettify
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLRelayMutation
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLType
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLTypeExtension
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLTypeResolver
graphql.annotations.annotationTypes.graphql.annotations.annotationTypes.GraphQLUnion
graphql.annotations.annotationTypes.directives.activation
graphql.annotations.annotationTypes.directives.activation.graphql.annotations.annotationTypes.directives.activation.Directive
graphql.annotations.annotationTypes.directives.activation.graphql.annotations.annotationTypes.directives.activation.GraphQLDirectives
graphql.annotations.annotationTypes.directives.definition
graphql.annotations.annotationTypes.directives.definition.graphql.annotations.annotationTypes.directives.definition.DirectiveLocations
graphql.annotations.annotationTypes.directives.definition.graphql.annotations.annotationTypes.directives.definition.GraphQLDirectiveDefinition
graphql.annotations.connection
graphql.annotations.connection.graphql.annotations.connection.AbstractPaginatedData
graphql.annotations.connection.graphql.annotations.connection.ConnectionFetcher
graphql.annotations.connection.graphql.annotations.connection.ConnectionValidator
graphql.annotations.connection.graphql.annotations.connection.FakeRelay
graphql.annotations.connection.graphql.annotations.connection.GraphQLConnection
graphql.annotations.connection.graphql.annotations.connection.NaivePaginatedData
graphql.annotations.connection.graphql.annotations.connection.PaginatedData
graphql.annotations.connection.graphql.annotations.connection.PaginatedDataConnectionFetcher
graphql.annotations.connection.graphql.annotations.connection.PaginatedDataConnectionTypeValidator
graphql.annotations.connection.exceptions
graphql.annotations.connection.exceptions.graphql.annotations.connection.exceptions.GraphQLConnectionException
graphql.annotations.connection.simple
graphql.annotations.connection.simple.graphql.annotations.connection.simple.AbstractSimplePaginatedData
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimpleConnection
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimpleConnectionDataFetcher
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimpleConnectionFetcher
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimplePaginatedData
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimplePaginatedDataConnectionFetcher
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimplePaginatedDataConnectionTypeValidator
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimplePaginatedDataImpl
graphql.annotations.connection.simple.graphql.annotations.connection.simple.SimpleRelay
graphql.annotations.dataFetchers
graphql.annotations.dataFetchers.graphql.annotations.dataFetchers.ExtensionDataFetcherWrapper
graphql.annotations.dataFetchers.graphql.annotations.dataFetchers.MethodDataFetcher
graphql.annotations.dataFetchers.graphql.annotations.dataFetchers.RelayMutationMethodDataFetcher
graphql.annotations.dataFetchers.connection
graphql.annotations.dataFetchers.connection.graphql.annotations.dataFetchers.connection.AsyncConnectionDataFetcher
graphql.annotations.dataFetchers.connection.graphql.annotations.dataFetchers.connection.Connection
graphql.annotations.dataFetchers.connection.graphql.annotations.dataFetchers.connection.ConnectionDataFetcher
graphql.annotations.dataFetchers.connection.graphql.annotations.dataFetchers.connection.DispatchingConnection
graphql.annotations.dataFetchers.connection.graphql.annotations.dataFetchers.connection.ListConnection
graphql.annotations.dataFetchers.connection.graphql.annotations.dataFetchers.connection.StreamConnection
graphql.annotations.directives
graphql.annotations.directives.graphql.annotations.directives.AnnotationsDirectiveWiring
graphql.annotations.directives.graphql.annotations.directives.AnnotationsWiringEnvironment
graphql.annotations.directives.graphql.annotations.directives.AnnotationsWiringEnvironmentImpl
graphql.annotations.directives.graphql.annotations.directives.DirectiveSchemaVisitor
graphql.annotations.directives.graphql.annotations.directives.DirectiveWiringMapRetriever
graphql.annotations.directives.graphql.annotations.directives.InvalidDirectiveLocationException
graphql.annotations.directives.graphql.annotations.directives.TreeTransformerUtilWrapper
graphql.annotations.processor
graphql.annotations.processor.graphql.annotations.processor.DirectiveAndWiring
graphql.annotations.processor.graphql.annotations.processor.GraphQLAnnotations
graphql.annotations.processor.graphql.annotations.processor.GraphQLAnnotationsComponent
graphql.annotations.processor.graphql.annotations.processor.ProcessingElementsContainer
graphql.annotations.processor.directives
graphql.annotations.processor.directives.graphql.annotations.processor.directives.CommonPropertiesCreator
graphql.annotations.processor.directives.graphql.annotations.processor.directives.DirectiveArgumentCreator
graphql.annotations.processor.directives.graphql.annotations.processor.directives.DirectiveCreator
graphql.annotations.processor.exceptions
graphql.annotations.processor.exceptions.graphql.annotations.processor.exceptions.CannotCastMemberException
graphql.annotations.processor.exceptions.graphql.annotations.processor.exceptions.GraphQLAnnotationsException
graphql.annotations.processor.graphQLProcessors
graphql.annotations.processor.graphQLProcessors.graphql.annotations.processor.graphQLProcessors.GraphQLAnnotationsProcessor
graphql.annotations.processor.graphQLProcessors.graphql.annotations.processor.graphQLProcessors.GraphQLInputProcessor
graphql.annotations.processor.graphQLProcessors.graphql.annotations.processor.graphQLProcessors.GraphQLOutputProcessor
graphql.annotations.processor.retrievers
graphql.annotations.processor.retrievers.graphql.annotations.processor.retrievers.GraphQLExtensionsHandler
graphql.annotations.processor.retrievers.graphql.annotations.processor.retrievers.GraphQLFieldRetriever
graphql.annotations.processor.retrievers.graphql.annotations.processor.retrievers.GraphQLInterfaceRetriever
graphql.annotations.processor.retrievers.graphql.annotations.processor.retrievers.GraphQLObjectHandler
graphql.annotations.processor.retrievers.graphql.annotations.processor.retrievers.GraphQLObjectInfoRetriever
graphql.annotations.processor.retrievers.graphql.annotations.processor.retrievers.GraphQLTypeRetriever
graphql.annotations.processor.retrievers.fieldBuilders
graphql.annotations.processor.retrievers.fieldBuilders.graphql.annotations.processor.retrievers.fieldBuilders.ArgumentBuilder
graphql.annotations.processor.retrievers.fieldBuilders.graphql.annotations.processor.retrievers.fieldBuilders.Builder
graphql.annotations.processor.retrievers.fieldBuilders.graphql.annotations.processor.retrievers.fieldBuilders.DeprecateBuilder
graphql.annotations.processor.retrievers.fieldBuilders.graphql.annotations.processor.retrievers.fieldBuilders.DescriptionBuilder
graphql.annotations.processor.retrievers.fieldBuilders.graphql.annotations.processor.retrievers.fieldBuilders.DirectivesBuilder
graphql.annotations.processor.retrievers.fieldBuilders.field
graphql.annotations.processor.retrievers.fieldBuilders.field.graphql.annotations.processor.retrievers.fieldBuilders.field.FieldDataFetcherBuilder
graphql.annotations.processor.retrievers.fieldBuilders.field.graphql.annotations.processor.retrievers.fieldBuilders.field.FieldNameBuilder
graphql.annotations.processor.retrievers.fieldBuilders.method
graphql.annotations.processor.retrievers.fieldBuilders.method.graphql.annotations.processor.retrievers.fieldBuilders.method.MethodDataFetcherBuilder
graphql.annotations.processor.retrievers.fieldBuilders.method.graphql.annotations.processor.retrievers.fieldBuilders.method.MethodNameBuilder
graphql.annotations.processor.retrievers.fieldBuilders.method.graphql.annotations.processor.retrievers.fieldBuilders.method.MethodTypeBuilder
graphql.annotations.processor.searchAlgorithms
graphql.annotations.processor.searchAlgorithms.graphql.annotations.processor.searchAlgorithms.BreadthFirstSearch
graphql.annotations.processor.searchAlgorithms.graphql.annotations.processor.searchAlgorithms.ParentalSearch
graphql.annotations.processor.searchAlgorithms.graphql.annotations.processor.searchAlgorithms.SearchAlgorithm
graphql.annotations.processor.typeBuilders
graphql.annotations.processor.typeBuilders.graphql.annotations.processor.typeBuilders.EnumBuilder
graphql.annotations.processor.typeBuilders.graphql.annotations.processor.typeBuilders.InputObjectBuilder
graphql.annotations.processor.typeBuilders.graphql.annotations.processor.typeBuilders.InterfaceBuilder
graphql.annotations.processor.typeBuilders.graphql.annotations.processor.typeBuilders.OutputObjectBuilder
graphql.annotations.processor.typeBuilders.graphql.annotations.processor.typeBuilders.UnionBuilder
graphql.annotations.processor.typeFunctions
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.ArrayFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.BigDecimalFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.BigIntegerFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.BooleanFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.ByteFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.CharFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.DefaultTypeFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.FloatFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.IDFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.IntegerFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.IterableFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.LongFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.ObjectFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.OptionalFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.ShortFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.StreamFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.StringFunction
graphql.annotations.processor.typeFunctions.graphql.annotations.processor.typeFunctions.TypeFunction
graphql.annotations.processor.util
graphql.annotations.processor.util.graphql.annotations.processor.util.Base64
graphql.annotations.processor.util.graphql.annotations.processor.util.CodeRegistryUtil
graphql.annotations.processor.util.graphql.annotations.processor.util.ConnectionUtil
graphql.annotations.processor.util.graphql.annotations.processor.util.DataFetcherConstructor
graphql.annotations.processor.util.graphql.annotations.processor.util.DirectiveJavaAnnotationUtil
graphql.annotations.processor.util.graphql.annotations.processor.util.GraphQLTypeNameResolver
graphql.annotations.processor.util.graphql.annotations.processor.util.InputPropertiesUtil
graphql.annotations.processor.util.graphql.annotations.processor.util.NamingKit
graphql.annotations.processor.util.graphql.annotations.processor.util.ObjectUtil
graphql.annotations.processor.util.graphql.annotations.processor.util.PrefixesUtil
graphql.annotations.processor.util.graphql.annotations.processor.util.ReflectionKit
graphql.annotations.processor.util.graphql.annotations.processor.util.RelayKit
graphql.annotations.strategies
graphql.annotations.strategies.graphql.annotations.strategies.EnhancedExecutionStrategy
graphql.annotations.typeResolvers
graphql.annotations.typeResolvers.graphql.annotations.typeResolvers.UnionTypeResolver




© 2015 - 2024 Weber Informatics LLC | Privacy Policy