Skip navigation links
A D F G I M O Q S T V 

A

Argument - Annotation Type in org.eclipse.microprofile.graphql
Controls the mapping of a method's parameter to an argument of a GraphQL operation (query/mutation/subscription).

D

DefaultValue - Annotation Type in org.eclipse.microprofile.graphql
Controls the mapping of a method's parameter to an argument of a GraphQL operation (query/mutation/subscription).
Deprecated - Annotation Type in org.eclipse.microprofile.graphql
Marks a field/method as being deprecated, with a reason.

F

FieldsOrder - Annotation Type in org.eclipse.microprofile.graphql
To customize the appearance's order of fields in documentation.

G

getExceptionType() - Method in exception org.eclipse.microprofile.graphql.GraphQLException
 
getPartialResults() - Method in exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLApi - Annotation Type in org.eclipse.microprofile.graphql
Marks a class as a GraphQL Endpoint.
GraphQLException - Exception in org.eclipse.microprofile.graphql
A GraphQLException is used to pass error information back to the client.
GraphQLException() - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(String) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(Throwable) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(String, Throwable) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(String, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(Throwable, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(String, Throwable, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(String, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(Throwable, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException(String, Throwable, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
 
GraphQLException.ExceptionType - Enum in org.eclipse.microprofile.graphql
 

I

Id - Annotation Type in org.eclipse.microprofile.graphql
Marks a field as a Id Scalar Type.
Ignore - Annotation Type in org.eclipse.microprofile.graphql
Excludes an otherwise mapped element.
InputField - Annotation Type in org.eclipse.microprofile.graphql
Controls the mapping from a class' property to a GraphQL input type's field.
InputFieldsOrder - Annotation Type in org.eclipse.microprofile.graphql
To customize the appearance's order of input fields in documentation.
InputType - Annotation Type in org.eclipse.microprofile.graphql
Maps the annotated class to a GraphQL input type.

M

Mutation - Annotation Type in org.eclipse.microprofile.graphql
Specifies that the annotated method provides the implementation (ie.

O

org.eclipse.microprofile.graphql - package org.eclipse.microprofile.graphql
APIs for building a code-first GraphQL endpoint, for example:

Q

Query - Annotation Type in org.eclipse.microprofile.graphql
Specifies that the annotated method provides the implementation (ie.

S

setExceptionType(GraphQLException.ExceptionType) - Method in exception org.eclipse.microprofile.graphql.GraphQLException
 
setPartialResults(Object) - Method in exception org.eclipse.microprofile.graphql.GraphQLException
 
Source - Annotation Type in org.eclipse.microprofile.graphql
Extends a GraphQL type by adding an externally defined field, effectively enabling a graph to be assembled.

T

Type - Annotation Type in org.eclipse.microprofile.graphql
Maps of the annotated Java class to a GraphQL type.

V

valueOf(String) - Static method in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
A D F G I M O Q S T V 
Skip navigation links

Copyright © 2019 Eclipse Foundation. All rights reserved.