Interface type validation

Interface types have the potential to be invalid if incorrectly defined.

  1. An Interface type must define one or more fields.
  2. The fields of an Interface type must have unique names within that Interface type; no two fields may share the same name.
  3. Each field of an Interface type must not have a name which begins with the characters "__"(two underscores).

results matching ""

    No results matching ""