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…
queryRequiredstringGraphQL 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)…
spacestringName 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…
variablesobjectOptional mapping of variable names to values for parameterized GraphQL queries.
operationNamestringOptional operation name when the query document contains multiple named operations.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.