Skip to content

Error message try to get Object type #8

Description

@jtrolle

i am trying to get a field that type is object but i get an error message

{
  allPosts(filter:{published:true}){
    _id,
    title
    content
    image{
      path
    }
    config{
        children
    }
  }
}

Error message

Cannot query field "config" on type "posts".

How can i get my object ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions