Skip to content

Qn: possible to get the type of a sub object in query #80

@anisjonischkeit

Description

@anisjonischkeit

Say I have the following query:

module GetUser = [%graphql
  {|
    {
        users @bsRecord {
          first_name
          last_name
          email
          company {
            name 
          }
        }
      }
   |}
];

Is it possible to get the type of company?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions