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
# To fetch schema from
introspection: http://127.0.0.1:4000/graphql
# servers: # same format as for OpenAPI Specification
# - url: https://dev-server.com
# description: Dev
# - url: https://prod-server.com
# description: Prod
# ...
info: # same format as for OpenAPI Specification
title: Your API Title
description: Markdown enabled description of your api.
# define your domains by providing a set of usecases
domains:
- name: Top Level Menu Section # Name of the domain
description: Description # Description of the domain
usecases:
- name: Fetch 'Some' field # Operation name
description: Markdown enabled description for operation # Opearation description
query: query.some # Query example - fetching single field
select: field1 field2 # select only specific sub fields. By default - all are selected
expand: field3(sub1, sub2, sub3),field4 # go deep by expanding specific fields.
- name: Invoke Mutation # Mutation
description: Markdown enabled description for operation
query: mutation.mutateSome # Mutation example - invoke mutation
The text was updated successfully, but these errors were encountered:
rohit12sh
changed the title
Getting error on setting up
Getting error on setting up: Cannot read property 'map' of undefined
Oct 18, 2021
rohit12sh
changed the title
Getting error on setting up: Cannot read property 'map' of undefined
Getting error on setting up: Cannot read property 'name' of undefined
Oct 18, 2021
npx dociql -d gql-doc.yml
Error:
Cannot read property 'name' of undefined
gql-doc.yml content:
The text was updated successfully, but these errors were encountered: