roleScopes
Graphql fields and variables for the roleScopes query
query roleScopes ($after: String, $before: String, $first: Int, $last: Int) {
roleScopes (after: $after, before: $before, first: $first, last: $last) {
edges {
cursor
node {
description
id
name
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
