Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Query doesn't have a GetBindingsQuery field
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 26, 2022
1 parent de82e84 commit e070a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,6 @@ type PublishPublicKeyPayload {
}

type Query {
GetBindingsQuery (name: String!, version: String = "latest"): PackageVersion
getCommand(name: String!): Command
getCommands(names: [String!]!): [Command]
getContract(name: String!): Interface @deprecated(reason: "Please use getInterface instead")
Expand Down

0 comments on commit e070a50

Please sign in to comment.