We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help please !
The text was updated successfully, but these errors were encountered:
@Hasan-git Can you provide a schema which can reproduce this error? I think its todo with the schema
Sorry, something went wrong.
schema { query: Query mutation: TenantMutation } ...... ......
type TenantMutation { createLocation(location: LocationInput!): Location createLookup(lookup: LookupInput!): Lookup createLookups(lookups: [LookupInput]!): [Lookup] }
the problem is going over there ^^^^, whenever I delete mutation it works, and queries will be created successfully !!
when I change "TenantMutation" to "mutation" it works too
No branches or pull requests
Need help please !
The text was updated successfully, but these errors were encountered: