Skip to content

Adding client field to existing type in local mutation schema? #42

Open
@lorensr

Description

@lorensr
  typeDefs: `
    type Query {
      loginInProgress: Boolean
    }
    type Mutation {
      setSectionScroll(id: String!, scrollY: Int!): Boolean
    }
  `,

adding

    type Section {
      scrollY
    }

doesn't work:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions