OBJECT

StructuredJSONObject

An object containing custom structured data. This type is not fully implemented.

link GraphQL Schema definition

1type StructuredJSONObject implements Metadata {
2
3data: JSONData
4
5schema: StructuredJSONSchema!
6
7name: String!
8
9id: ID!
10
11}

link Required by

This element is not required by anyone