GraphQL Support
Added support for GraphQL queries and mutations in personas:
- Add the
transport: 'graphql'
property to your entity definition - Replace the
params
object in the persona with your GraphQL query/mutation
Added support for GraphQL queries and mutations in personas:
transport: 'graphql'
property to your entity definitionparams
object in the persona with your GraphQL query/mutation