Queries
workspaceInvites
Returns all pending invites for the current workspace. Use this to view outstanding invitations and their status from an admin perspective.
QUERY
workspaceInvites(first: Int, after: String, last: Int, before: String): WorkspaceInviteConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Response
Query
Response

