SDG
SDG == Sustainable Development Goals. The 17 goals defined by the UN. see: https://sdgs.un.org/
type SDG {
id: UUID!
slug: String!
number: Int!
title: String!
}
Fields
SDG.id
● UUID!
non-null scalar
SDG.slug
● String!
non-null scalar
SDG.number
● Int!
non-null scalar
SDG.title
● String!
non-null scalar
Member of
AuthenticatedUser
object ● SDGPaged
object ● Space
object ● User
object