Skip to content

Commit a77407c

Browse files
committed
feat: Remove .gitignore and generated files for Tina CMS, add new GraphQL schema and queries
- Deleted .gitignore file. - Added new generated GraphQL schema (_graphql.json) with definitions for SystemInfo, Folder, PageInfo, Node, Document, Connection, Query, and Mutation types. - Introduced lookup (_lookup.json) for document types and their resolve types. - Updated schema (_schema.json) to include collections and fields for pages. - Generated client configuration (client.ts) for Tina CMS with appropriate API URL and token. - Created prebuild configuration (config.prebuild.jsx) for Tina CMS with schema definitions. - Added GraphQL fragments (frags.gql) for Pages. - Implemented queries (queries.gql) for fetching pages and paginated connections. - Updated static media file (static-media.json) to reflect current state. - Generated TypeScript types (types.ts) for the new schema and queries.
1 parent 7bcb98d commit a77407c

File tree

11 files changed

+702
-1
lines changed

11 files changed

+702
-1
lines changed

tina/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

tina/__generated__/_graphql.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/_lookup.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/_schema.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/client.ts

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/config.prebuild.jsx

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/frags.gql

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/queries.gql

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/schema.gql

Lines changed: 154 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tina/__generated__/static-media.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)