@Retention(value=RUNTIME) @Target(value={PARAMETER,TYPE_USE,FIELD,TYPE}) public @interface GraphQLId
AnnotatedType in all JSON libraries for Java,
ElementType.TYPE_USE annotations on input field types or nested operation argument types are lost.
Thus, such annotations can only safely be used on top-level argument or output types.| Modifier and Type | Fields and Description |
|---|---|
static String |
RELAY_ID_FIELD_NAME |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
relayId |
public static final String RELAY_ID_FIELD_NAME
Copyright © 2016–2018. All rights reserved.