resourceCustomFields
Resource custom fields
resourceCustomFields(
after: String
before: String
fieldIds: [ID!]
first: Int
last: Int
locationId: ID
resourceId: Int!
resourceType: CustomFieldResourceTypeType!
): ResourceCustomFieldTypeConnection!
Arguments
resourceCustomFields.after ● String scalar
Returns the elements in the list that come after the specified cursor.
resourceCustomFields.before ● String scalar
Returns the elements in the list that come before the specified cursor.
resourceCustomFields.fieldIds ● [ID!] list scalar
Filter by field ids
resourceCustomFields.first ● Int scalar
Returns the first _n_ elements from the list.
resourceCustomFields.last ● Int scalar
Returns the last _n_ elements from the list.
resourceCustomFields.locationId ● ID scalar
Filter by location id
resourceCustomFields.resourceId ● Int! non-null scalar
Resource id
resourceCustomFields.resourceType ● CustomFieldResourceTypeType! non-null enum
Resource type
Type
ResourceCustomFieldTypeConnection object
The connection type for ResourceCustomFieldType.