How to query Attio data with GraphQL
.graphql
file within your application and include the following GraphQL query:
.graphql
file within your application and include the following GraphQL query:
npx attio dev
and press o
.
This opens a local GraphiQL instance in read-only mode, where you can browse available types and operations.
attioFetch
from within your server functions.