Skip to content

Still work, when don't use import? #44

@thearabbit

Description

@thearabbit

I have 2 schema Assignee and Task

type Assignee {
  _id: String!
  name: String!
  gender: String!
}
#import "../assignees/schema.graphql"

type Task {
  _id: String!
  title: String!
  description: String
  assignee: Assignee
}

It work fine.
But still work, if I remove #import ....?
Could explain me?
(I use merge-graphql-schemas to merge)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions