Class GraphQl
java.lang.Object
io.helidon.graphql.GraphQl
Common GraphQL annotations shared by client and server integrations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceNames a GraphQL resolver argument parameter.static @interfaceDefines a default value for a resolver argument.static @interfaceAdds a GraphQL description.static @interfaceMarks a Java type that should be included in generated GraphQL schema output.static @interfaceExcludes an output Java member from generated schema output.static @interfaceMarks a GraphQL mutation operation method.static @interfaceOverrides the generated GraphQL name.static @interfaceMarks a generated GraphQL type, field, or argument as non-null.static @interfaceMarks a GraphQL query operation method.static @interfaceMarks a Java type as a GraphQL scalar.static @interfaceDeprecated.subscription execution is reserved for future GraphQL support and is currently ignored -
Method Summary