synapsecns/sanguine

View on GitHub
services/explorer/graphql/server/graph/schema/directives.graphql

Summary

Maintainability
Test Coverage
directive @goModel(model: String, models: [String!]) on OBJECT
  | INPUT_OBJECT
  | SCALAR
  | ENUM
  | INTERFACE
  | UNION

directive @goField(forceResolver: Boolean, name: String) on INPUT_FIELD_DEFINITION
  | FIELD_DEFINITION