CustomAttributesPage
No description
type CustomAttributesPage {
cursor: PaginationCursor!
items: [CustomAttribute]
}
Fields
CustomAttributesPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
CustomAttributesPage.items ● [CustomAttribute] list object {#items}
A list of type custom_attribute.
Member Of
Organization object