BlueprintOwner
No description
type BlueprintOwner implements ProfileOwner {
  login: Login!
  name: String!
  avatar: URL
}
Fields
BlueprintOwner.login ● Login! non-null scalar
BlueprintOwner.name ● String! non-null scalar
BlueprintOwner.avatar ● URL scalar
Interfaces
ProfileOwner interface
Member Of
Blueprint  object