Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsFibery ToolsFibery Execute Graph Ql Query
Fibery Tools

Fibery Execute Graph Ql Query

Execute GraphQL queries or mutations against a Fibery workspace. Fibery organizes data into Spaces, each with its own GraphQL schema containing entity types and operations. This action automatically tries common space names if no space is specified, making it easy to use without…

Write actionRisk level 2 of 5API key connection
Use Fibery Execute Graph Ql Query

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • querystring
    Required
    GraphQL query or mutation string to execute. For schema discovery, use introspection: '{ __schema { types { name } } }' to list all types, or '{ __type(name: "Query") { fields { name } } }' to see available query operations. Standard queries follow the pattern: { queryName(args)…
  • spacestring
    Name of the Fibery space to query. Each space has its own GraphQL schema with different entity types. If not provided, the action will automatically try common space names (e.g., 'Software Development', 'workflow', 'Product'). Spaces typically match your workspace's app/database…
  • variablesobject
    Optional mapping of variable names to values for parameterized GraphQL queries.
  • operationNamestring
    Optional operation name when the query document contains multiple named operations.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.