OBJECT
Organization
link GraphQL Schema definition
type Organization implements Node {
The abbreviation of the organization.
: String!
The datetime when the organization was created
: ISO8601DateTime!
True if this organization has been marked as deleted
: Boolean!
The description of the organization.
: String
: ID!
The name of the organization.
: String!
Primary organization relationships.
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
): OrganizationRelationshipConnection!
Role assignments for the organization.
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): RoleAssignmentConnection!
Secondary organization relationships.
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
): OrganizationRelationshipConnection!
The enabled/disabled status of the organization, new organizations are 'enable'
by default.
: OrganizationStatus!
The datetime when the organization was last updated
: ISO8601DateTime!
The configurations associated with the organization
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.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for configuration connections
(
: String,
: String,
: OrganizationConfigurationFilterInput,
: Int,
: Int,
: [ConfigurationSort!]
): ConfigurationConnection
The configurations shared with the organization
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.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for configuration connections
(
: String,
: String,
: OrganizationConfigurationFilterInput,
: Int,
: Int,
: [ConfigurationSort!]
): ConfigurationConnection
}
link Required by
- Configurationnull
- CreateChildOrganizationPayloadAutogenerated return type of CreateChildOrganization
- Devicenull
- GT1Configurationnull
- GT2Configurationnull
- OrganizationConnectionThe connection type for Organization.
- OrganizationEdgeAn edge in a connection.
- OrganizationRelationshipnull
- Querynull
- RoleAssignmentnull
- UpdateOrganizationPayloadAutogenerated return type of UpdateOrganization