OBJECT

IdConversionsSetPayload

link GraphQL Schema definition

1type IdConversionsSetPayload implements Payload {
2entries: [IdConversionEntry!]
3
4userErrors: [UserError!]!
5
6userWarnings: [UserWarning!]!
7
8}

link Required by