Skip to main content

Team

No description

type Team implements BaseFields {
accesses: [Access!]!
allowedPortalUsers: [PortalUser!] @deprecated
company: Company
createdAt: ISO8601DateTime!
id: ID!
label: String!
profiles: [PortalUserAccessProfiles!]!
updatedAt: ISO8601DateTime!
users: [PortalUser!]!
}

Fields

Team.accesses ● [Access!]! non-null object

Accesses granted to the team.

Team.allowedPortalUsers ● [PortalUser!] deprecated list object

DEPRECATED

This field will be deprecated, please use users instead.

Team.company ● Company object

Company that the team belongs to.

Team.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

Team.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

Team.label ● String! non-null scalar

Team label.

Team.profiles ● [PortalUserAccessProfiles!]! non-null object

Profiles associated to the team.

Team.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Team.users ● [PortalUser!]! non-null object

Users who belong to the team.

Interfaces

BaseFields interface

Returned By

team query

Member Of

Asset object ● CreateTeamPayload object ● DeleteTeamPayload object ● PortalUser object ● PortalUserAccess object ● Project object ● ProjectMeta object ● TeamCollection object ● TeamMapping object ● UpdateTeamPayload object