From 10f44567273e92044f8ee9836954f024423f8f8b Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 7 Apr 2024 13:34:25 +0800 Subject: [PATCH] fix: make supported_nips non-nullable --- graphql-schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-schema.ts b/graphql-schema.ts index 38a0839..d77f6bb 100644 --- a/graphql-schema.ts +++ b/graphql-schema.ts @@ -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