Backend Services
- Authentication
- Storage
- AI
Client Libraries
- Javascript
- React
- Next.js
- Vue
- React Native
CLI
assistants
Copy
Ask AI
query assistants {
graphite {
assistants {
assistantID
name
description
instructions
model
graphql {
name
description
query
arguments {
name
description
type
required
}
}
webhooks {
name
description
URL
arguments {
name
description
type
required
}
}
}
}
}
Copy
Ask AI
{
"data": {
"graphite": {
"assistants": [
{
"assistantID": "string",
"description": "string",
"graphql": [
{
"arguments": [
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}
],
"description": "string",
"name": "string",
"query": "string"
}
],
"instructions": "string",
"model": "string",
"name": "string",
"webhooks": [
{
"URL": "string",
"arguments": [
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}
],
"description": "string",
"name": "string"
}
]
}
]
}
}
}
Copy
Ask AI
assistants: [Assistant!]!
Retrieve all assistants
Permissions needed
select (assistants):
- id
- assistant_id
Response
Type: [Assistant!]!
ID of the assistant
Name of the assistant
Description of the assistant
Instructions for the assistant. This is used to instruct the AI assistant on how to behave and respond to the user
Model to use for the assistant.
GraphQL data sources and tools. Run against the project’s GraphQL API
Webhook data sources and tools
Copy
Ask AI
query assistants {
graphite {
assistants {
assistantID
name
description
instructions
model
graphql {
name
description
query
arguments {
name
description
type
required
}
}
webhooks {
name
description
URL
arguments {
name
description
type
required
}
}
}
}
}
Copy
Ask AI
{
"data": {
"graphite": {
"assistants": [
{
"assistantID": "string",
"description": "string",
"graphql": [
{
"arguments": [
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}
],
"description": "string",
"name": "string",
"query": "string"
}
],
"instructions": "string",
"model": "string",
"name": "string",
"webhooks": [
{
"URL": "string",
"arguments": [
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}
],
"description": "string",
"name": "string"
}
]
}
]
}
}
}
Was this page helpful?
Copy
Ask AI
query assistants {
graphite {
assistants {
assistantID
name
description
instructions
model
graphql {
name
description
query
arguments {
name
description
type
required
}
}
webhooks {
name
description
URL
arguments {
name
description
type
required
}
}
}
}
}
Copy
Ask AI
{
"data": {
"graphite": {
"assistants": [
{
"assistantID": "string",
"description": "string",
"graphql": [
{
"arguments": [
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}
],
"description": "string",
"name": "string",
"query": "string"
}
],
"instructions": "string",
"model": "string",
"name": "string",
"webhooks": [
{
"URL": "string",
"arguments": [
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}
],
"description": "string",
"name": "string"
}
]
}
]
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.