Interfaces
Interfaces are abstract types that define a set of fields. Object types implementing an interface must include those fields, so you can query across types uniformly. Learn more
Interfaces are abstract types that define a set of fields. Object types implementing an interface must include those fields, so you can query across types uniformly. Learn more