About objects
Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed.
{% for object in reference.objects %}{{ object.name }}
{{ object.description|default('', True)|markdown|safe }}Fields
Name | Description |
---|---|
|
{{ field.description|default('', True)|markdown|safe }} |