new-types
This commit is contained in:
parent
b46603c553
commit
451602beb5
|
@ -2,7 +2,7 @@ import { gql } from '@urql/core'
|
|||
|
||||
export default gql`
|
||||
mutation CreateShoutMutation($shout: ShoutInput!) {
|
||||
createShout(input: $shout) {
|
||||
createShout(inp: $shout) {
|
||||
error
|
||||
shout {
|
||||
_id: slug
|
||||
|
|
|
@ -214,7 +214,7 @@ export type MutationCreateReactionArgs = {
|
|||
}
|
||||
|
||||
export type MutationCreateShoutArgs = {
|
||||
input: ShoutInput
|
||||
inp: ShoutInput
|
||||
}
|
||||
|
||||
export type MutationCreateTopicArgs = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user