Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 084ee65

Browse files
TimeraaBas950
andcommitted
fix: presences return type
Co-authored-by: Bas950 <me@bas950.com>
1 parent 5e26019 commit 084ee65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/worker/src/v3/fields/presences.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const schema = gql`
2323
limit: Int
2424
query: String
2525
tag: String
26-
): [Presence]
26+
): [Presence!]!
2727
}
2828
2929
type Presence {
@@ -36,8 +36,8 @@ export const schema = gql`
3636
3737
type PresenceMetadata {
3838
author: PresenceMetadataUser!
39-
contributors: [PresenceMetadataUser]
40-
altnames: [String]
39+
contributors: [PresenceMetadataUser!]
40+
altnames: [String!]
4141
service: String!
4242
description: Scalar! # serialize
4343
url: Scalar! # serialize

0 commit comments

Comments
 (0)