INPUT_OBJECT

CreateDestinationInput

link GraphQL Schema definition

1input CreateDestinationInput {
3
2destinationTypeId: ID!
5
4label: String!
10
6# Must conform to the DestinationType.configSchema referenced by
7# destinationTypeId.
8# Server-side validated; rejects with a schema error on mismatch.
9details: JSONData
11}

link Required by

This element is not required by anyone