INPUT_OBJECT

ProjectModuleInput

Represents a project module. Must have only one non-nullable field.

link GraphQL Schema definition

1input ProjectModuleInput {
3
2audioModule: AudioModuleInput
5
4embedModule: EmbedModuleInput
7
6imageModule: ImageModuleInput
9
8mediaCollectionModule: MediaCollectionModuleInput
11
10textModule: TextModuleInput
13
12videoModule: VideoModuleInput
14}