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
Graphql Inspector says that: ✖ Type for argument transactions on field Query.transactions changed from [TransactionIdentifier!]! to [TransactionIdentifier!]
To Reproduce
Checked in schema:
constSchema=gql` type Query { "The transactions query is the general no-frills transactions search." transactions( "Use this parameter to limit the search to the specified TransactionIdentifier objects (limited to 50 per request)" transactions: [TransactionIdentifier!]! ): Transactions! }`
New schema:
constSchema=gql` type Query { "The transactions query is the general no-frills transactions search." transactions( "Use this parameter to limit the search to the specified TransactionIdentifier objects (limited to 50 per request)" transactions: [TransactionIdentifier!] ): Transactions! }`
Expected behavior
No breaking changes detected
Environment:
OS: MacOS 12.1
@graphql-inspector/...: 2.9.0
graphql: 15.8.0
NodeJS: v12.18.4 (monorepo, dont look at me 😁 )
Additional context
The text was updated successfully, but these errors were encountered:
✔ Type for argument transactions on field Query.transactions changed from [TransactionIdentifier!]! to [TransactionIdentifier!]
success No breaking changes detected
Graphql Inspector says that:
✖ Type for argument transactions on field Query.transactions changed from [TransactionIdentifier!]! to [TransactionIdentifier!]
To Reproduce
Checked in schema:
New schema:
Expected behavior
No breaking changes detected
Environment:
@graphql-inspector/...
: 2.9.0graphql
: 15.8.0Additional context
The text was updated successfully, but these errors were encountered: