FromInput
No description
1@oneOf
1input FromInput {2all: FromAllInput3type: QueryFromType4typeId: UUID5group: ID6class: ID7}
Directives
oneOf
1@oneOf
Fields
all ● FromAllInput input common
Corresponds to the Java method Query#fromAll.
type ● QueryFromType enum common
Corresponds to the Java method Query#fromType.
typeId ● UUID scalar common
Corresponds to the Java method Query#fromType.
group ● ID scalar common
Corresponds to the Java method Query#fromGroup.
class ● ID scalar common
Corresponds to the Java method Query#from.