Queries
snippets
Returns a paginated list of all snippets in the workspace. Use this to sync or display the full snippet library. Supports standard forward and backward cursor pagination. Requires the snippet:read permission.
QUERY
snippets(first: Int, after: String, last: Int, before: String): SnippetConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
[SnippetEdge!]!
pageInfo
Query
Response
Query
Response

