Package io.smallrye.graphql.client.core
Interface InputObject
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description List<InputObjectField>getInputObjectFields()static InputObjectinputObject(InputObjectField... inputObjectFields)voidsetInputObjectFields(List<InputObjectField> inputObjectFields)
-
-
-
Method Detail
-
inputObject
static InputObject inputObject(InputObjectField... inputObjectFields)
-
getInputObjectFields
List<InputObjectField> getInputObjectFields()
-
setInputObjectFields
void setInputObjectFields(List<InputObjectField> inputObjectFields)
-
-