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