# N-able GraphQL Operation mutation ScriptCreate($input: ScriptCreateMutationInput!) { scriptCreate(input: $input) { # scriptCreate fields } }Copied!