Tag: graphql-mutation

  • generate avro schema from graphql mutation

    generate avro schema from graphql mutation

    0 I’m trying to migrate our endpoints from REST to graphQL. For now, we’re starting small with mutations only. we’re also changing from JSON to avro, which requires schema. I’m wondering if it’s possible to build avro schema dynamically from whatever graphql mutation structure sent by client, even if the payload is complex like array…