Skip to main content

FromInput

@oneOf

No description

1
@oneOf
1
input FromInput {
2
all: FromAllInput
3
type: QueryFromType
4
typeId: UUID
5
group: ID
6
class: ID
7
}

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.