Tiago Brandão

Results 1 issues of Tiago Brandão

I have the following code: ```javascript export const postQueries = queryField(t => { t.connectionField("getAllPublishedPosts", { type: PostType, cursorFromNode: ({ id }) => id, additionalArgs: { filter: nullable(stringArg()), }, nodes: async...