OBJECT
CustomFieldName
link GraphQL Schema definition
- type CustomFieldName {
- # This represents custom field values (Predefined values)
- : [String!]
- : CustomFieldGroup
- : Int
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (
- : String,
- : String,
- : Int,
- : Int
- ): CustomFieldConnection
- : CustomFieldTypeEnum!
- : ID!
- : Boolean
- : String!
- : CustomFieldNameModelEnum!
- : String!
- : Int
- : Boolean
- }
link Require by
- CreateCustomFieldNamePayloadAutogenerated return type of CreateCustomFieldName
- CustomFieldnull
- CustomFieldNameConnectionThe connection type for CustomFieldName.
- CustomFieldNameEdgeAn edge in a connection.
- DestroyCustomFieldNamePayloadAutogenerated return type of DestroyCustomFieldName
- QueryThe query root of this schema
- UpdateCustomFieldNamePayloadAutogenerated return type of UpdateCustomFieldName