graphql-client
graphql-client copied to clipboard
input格式如何支持?
usesByIds(input: { userIds: $userIds, type: $type }) {
id
name
createdAt
}
这种input格式如何支持?