graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

input格式如何支持?

Open rorojr opened this issue 2 years ago • 0 comments

usesByIds(input: { userIds: $userIds, type: $type }) {
        id
        name
        createdAt
    }

这种input格式如何支持?

rorojr avatar May 30 '22 02:05 rorojr