Skip to main content

Association

No description

type Association {
type: AssociationType!
ids: [String!]!
}

Fields

type ● AssociationType!

Type of the association

ids ● [String!]!

Ids of the associated objects

Example

{
"ids": []
}