GraphQL SchemaDirectivessourceOn this pagesourceAnnotates the original name of a type.directive @source( name: Name! schema: Name!)Argumentsname (Name!)The original name of the annotated type.schema (Name!)The name of the schema to which this type belongs to.