DesWorkspaceTeam
Represents a team of collaborators in a given workspace.
type DesWorkspaceTeam {
projectGuests(
after: String
filter: DesProjectGuestFilterInput
first: Int
orderBy: DesProjectGuestOrderBy
sortDirection: DesWorkspaceTeamSortDirection
): DesProjectGuestConnection
workspaceGroups(
after: String
first: Int
orderBy: DesWorkspaceGroupOrderBy
sortDirection: DesWorkspaceTeamSortDirection
): DesWorkspaceGroupConnection
workspaceUsers(
after: String
filter: DesWorkspaceUserFilterInput
first: Int
orderBy: DesWorkspaceUserOrderBy
sortDirection: DesWorkspaceTeamSortDirection
): DesWorkspaceUserConnection
}
Fields
DesWorkspaceTeam.projectGuests ● DesProjectGuestConnection object
Retrieves a list of Project Guests.
DesWorkspaceTeam.projectGuests.after ● String scalar
Returns the elements in the list that come after the specified cursor.
DesWorkspaceTeam.projectGuests.filter ● DesProjectGuestFilterInput input
Specifies the filter for the results.
DesWorkspaceTeam.projectGuests.first ● Int scalar
Returns the first _n_ elements from the list.
DesWorkspaceTeam.projectGuests.orderBy ● DesProjectGuestOrderBy enum
Specifies the criteria for the result ordering.
DesWorkspaceTeam.projectGuests.sortDirection ● DesWorkspaceTeamSortDirection enum
Specifies the direction for the result ordering.
DesWorkspaceTeam.workspaceGroups ● DesWorkspaceGroupConnection object
Retrieves a list of workspace groups.
DesWorkspaceTeam.workspaceGroups.after ● String scalar
Returns the elements in the list that come after the specified cursor.
DesWorkspaceTeam.workspaceGroups.first ● Int scalar
Returns the first _n_ elements from the list.
DesWorkspaceTeam.workspaceGroups.orderBy ● DesWorkspaceGroupOrderBy enum
Specifies the criteria for the result ordering.
DesWorkspaceTeam.workspaceGroups.sortDirection ● DesWorkspaceTeamSortDirection enum
Specifies the direction for the result ordering.
DesWorkspaceTeam.workspaceUsers ● DesWorkspaceUserConnection object
Retrieves a list of workspace users.
DesWorkspaceTeam.workspaceUsers.after ● String scalar
Returns the elements in the list that come after the specified cursor.
DesWorkspaceTeam.workspaceUsers.filter ● DesWorkspaceUserFilterInput input
Specifies the filter for the results.
DesWorkspaceTeam.workspaceUsers.first ● Int scalar
Returns the first _n_ elements from the list.
DesWorkspaceTeam.workspaceUsers.orderBy ● DesWorkspaceUserOrderBy enum
Specifies the criteria for the result ordering.
DesWorkspaceTeam.workspaceUsers.sortDirection ● DesWorkspaceTeamSortDirection enum
Specifies the direction for the result ordering.