You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--data '{"query":"mutation Mutation($graphId: ID!, $name: String!, $readme: String!) {\n graph(id: $graphId) {\n variant(name: $name) {\n updateVariantReadme(readme: $readme) {\n readme {\n content\n }\n }\n }\n }\n}","variables":{"graphId":"${{vars.ACTOR}}-${{vars.WORKSHOPID}}${{env.GEN}}","name":"current","readme":"# Getting started\nWelcome to the **{{ graph.name }}** API! 🎉 Get familiar with available objects in the [Schema Reference]({{ graph.url.reference }}), or try querying this graph using [Explorer]({{ graph.url.explorer }}).\n\nThis is the default README content. You can customize it however you like. Graph Maintainers, you can edit to include any information that is relevant for developers working with this graph by clicking the pencil icon in the top right corner. ☝\n\n## What this graph is all about\n\nDescribe the purpose and use cases for your graph here. This is where you can tell the story of your API, and all of its deep magic...🦄🌌✨\n\n## Accessing the graph\n\n🛰 You can send operations to this graph at `{{ graph.url.endpoint }}`\n\n📇 The Apollo Registry holds the canonical location of your schema. In the registry, this graph is referred to by its “graph ref”, which is: **{{ graph.ref }}**.\n\n*(Note: you can [download Rover](https://www.apollographql.com/docs/rover/getting-started/), the Apollo CLI tool for working with your schema locally.)*\n\n## How to authenticate to this graph\nAuthentication information has not been added to this README yet. Be sure to let your API developers know how to authenticate, and where to find the auth tokens they’ll need to authenticate with.🔐 👀\n\n## Running operations\nInclude some operations in your README to help your API developers get started with your graph. Using a code block designated as ````gql` will render the operation with the Run in Explorer mini-button, and will load the operation in Explorer when clicked!\n\n```gql\nquery Query {\n\tid\n}\n```\n\n### Getting help with this graph\nFor support working with this graph, contact the Graph Admin via [email(replace me)](mailto:[email protected]) or [chat(put your chat link here)](#chatlink).\n\n###WEBSITE URL \n ${{env.webURL}}"}}'
0 commit comments