GraphQL Schema Reference
SourceMutations ¶
GraphQL Schema definition ¶
- type SourceMutations {
- # Arguments
- # input:
- CreateSourceInput!): CreateSourcePayload ( :
- }
- type SourceMutations {
- # Arguments
- # input:
- create(input: CreateSourceInput!): CreateSourcePayload
- }