Hi, I am using Strapi with GraphQL. It generates schema.graphql
file in exports/graphql
directory. It describes the shape of available data.
Should I include schema.graphql
in .gitignore
? Do you mind explaining why if so ? Thank you.
Hi, I am using Strapi with GraphQL. It generates schema.graphql
file in exports/graphql
directory. It describes the shape of available data.
Should I include schema.graphql
in .gitignore
? Do you mind explaining why if so ? Thank you.