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