Skip to content

Commit

Permalink
fix: make supported_nips non-nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
bob2402 committed Apr 7, 2024
1 parent a133c71 commit 10f4456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const typeDefs = gql`
description: String
pubkey: String
contact: String
supported_nips: [Int]
supported_nips: [Int!]
software: String
version: String
icon: String
Expand Down

0 comments on commit 10f4456

Please sign in to comment.