All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nom.ressurser.graphql Maven / Gradle / Ivy

There is a newer version: 2.2023.01.10_13.49-81ddc732df3a
Show newest version
query($identer: [String!]!) {
    ressurser(where: { navIdenter: $identer }){
        id
        ressurs {
            navIdent
            visningsNavn
            fornavn
            etternavn
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy