Queries
myWorkspaces
Returns all workspaces the currently authenticated human user belongs to, paginated. Not available to machine users. Use this to let users switch between workspaces.
QUERY
myWorkspaces(first: Int, after: String, last: Int, before: String): WorkspaceConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
[WorkspaceEdge!]!
pageInfo
Query
Response
Query
Response

