fetch

Allows aliasing a result field by sourcing it to a different underlying field on the type being returned

link GraphQL Schema definition

1directive @fetch(from: String!) on FIELD_DEFINITION

link Required by

This element is not required by anyone